home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Chip 2003 May
/
CHIPCD200305.iso
/
soft
/
fm42ch.exe
/
{app}
/
Foxmail.exe
/
0
/
RCDATA
/
TDLG_VIEWSOURCE
/
TDLG_VIEWSOURCE.txt
Wrap
Text File
|
2002-07-04
|
3KB
|
161 lines
object Dlg_viewsource: TDlg_viewsource
Left = 205
Top = 160
ActiveControl = Memo
AutoScroll = False
BorderIcons = [biSystemMenu, biMaximize]
Caption = 'View Source'
ClientHeight = 450
ClientWidth = 665
Color = clBtnFace
Font.Charset = DEFAULT_CHARSET
Font.Color = clBlack
Font.Height = -11
Font.Name = 'MS Sans Serif'
Font.Style = []
KeyPreview = True
Menu = MainMenu
OldCreateOrder = True
Position = poScreenCenter
OnCreate = FormCreate
OnDestroy = FormDestroy
OnKeyPress = FormKeyPress
OnShow = FormShow
PixelsPerInch = 96
TextHeight = 13
object Bevel1: TBevel
Left = 0
Top = 0
Width = 665
Height = 30
Align = alTop
Shape = bsFrame
end
object SPB_Header: TSpeedButton
Left = 4
Top = 4
Width = 72
Height = 22
Hint = 'View Mail Header'
GroupIndex = 1
Down = True
Caption = '&Header'
OnClick = SB_headClick
end
object SPB_All: TSpeedButton
Left = 76
Top = 4
Width = 72
Height = 22
Hint = 'View Mail Source'
GroupIndex = 1
Caption = '&All'
OnClick = SPB_AllClick
end
object SPB_Saveas: TSpeedButton
Left = 152
Top = 4
Width = 72
Height = 22
Caption = '&Save As...'
OnClick = SPB_SaveasClick
end
object SPB_Close: TSpeedButton
Left = 228
Top = 4
Width = 72
Height = 22
Caption = '&Close'
OnClick = SPB_CloseClick
end
object Memo: TZEditor
Left = 0
Top = 30
Width = 665
Height = 401
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -12
Font.Name = '����'
Font.Style = []
Align = alClient
ParentColor = False
Color = clBtnFace
ScrollBars = ssBoth
LeftMargin = 5
TopMargin = 5
SetURLCursor = False
ReadOnly = True
PrintOptions = [poPageHeader, poPageNumber, poWordWrap]
OnChange = MemoChange
OnMouseDown = MemoMouseDown
end
object ZStatusBar: TZStatusBar
Left = 0
Top = 431
Width = 665
Height = 19
Panels = <>
SimplePanel = True
end
object Language: TLanguage
LangCenter = DM_Language.LangCenter
ResStrings.Strings = (
'0010=Message is too large to display')
Left = 160
Top = 89
end
object MainMenu: TMainMenu
Left = 24
Top = 44
object File1: TMenuItem
Caption = '&File'
OnClick = File1Click
object SB_head: TMenuItem
Caption = '&Header'
OnClick = SB_headClick
end
object SB_all: TMenuItem
Caption = '&All'
OnClick = SB_allClick
end
object N1: TMenuItem
Caption = '-'
end
object BtnSaveAs: TMenuItem
Caption = 'Save &as...'
OnClick = BtnSaveAsClick
end
object N2: TMenuItem
Caption = '-'
end
object BtnClose: TMenuItem
Caption = '&Close'
OnClick = BtnCloseClick
end
end
object Edit1: TMenuItem
Caption = '&Edit'
OnClick = Edit1Click
object MU_Copy: TMenuItem
Caption = 'C&opy'
ShortCut = 16451
OnClick = MU_CopyClick
end
object SelectAll1: TMenuItem
Caption = 'Select &All'
ShortCut = 16449
OnClick = SelectAll1Click
end
object N3: TMenuItem
Caption = '-'
end
object MU_WordWrap: TMenuItem
Caption = '&WordWrap'
ShortCut = 16471
OnClick = MU_WordWrapClick
end
end
end
end